home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Organizational Aids / ReportCard / ReportCard Stack / card_6128.txt < prev    next >
Encoding:
Text File  |  1988-04-19  |  1.7 KB  |  89 lines

  1. -- card: 6128 from stack: in
  2. -- bmap block id: 7136
  3. -- flags: 4000
  4. -- background id: 3375
  5. -- name: INSTRUCTIONS 2
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=158 top=318 right=334 bottom=182
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to prev card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 8006
  30. -- rect: left=191 top=318 right=334 bottom=254
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Home
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect iris close
  42.   go card 1
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=259 top=318 right=335 bottom=281
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 1013 / 1013
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Next
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to next card
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 4 (button)
  67. -- low flags: 00
  68. -- high flags: A000
  69. -- rect: left=171 top=152 right=201 bottom=255
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 24617 / 24617
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Microsoft Works
  78. ----- HyperTalk script -----
  79. On MouseUp -- Application
  80.   Global LongName
  81.   Put "FX-20:Microsoft Works:Microsoft Works" into LongName
  82.   LaunchApplication
  83. End MouseUp
  84.  
  85. --
  86. -- FOR 'PORTFOLIO' TO FUNCTION CORRECTLY; DO NOT MODIFY THIS SCRIPT!
  87. --
  88.  
  89.